home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-18 | 1.1 KB | 28 lines | [TEXT/MPS ] |
- This document explains how to build the Echo sample debugger extension.
-
- The files you need are:
-
- Put.c - A set of formatting routines for use by dcmds (not used by Echo ndcd).
- Put.h - The header file for the set of formatting routines (not used by Echo ndcd).
- dcmd.h - 68K dcmd header file
- ndcd.h - PPC ndcd header file
- ndcdGlue.o - standard glue file you must link with
- NativeNub - the debugger object exports file you must link against
- Echo.c - the ndcd source file
- Echo.makefile - the makefile that builds Echo
- EchoAdd.r - the file that is used to make Echo into an ndcd resource
-
- Steps to build the Echo ndcd:
-
- 1. Copy the files to your Macintosh.
-
- 2. In MPW, type "make Echo -f Echo.makefile", select the resulting build lines and execute them.
- This will create the ndcd resource and put it in a file named "Echo".
-
- 3. Open Echo with ResEdit and copy the "ndcd" resource to: (on the target machine)
-
- "{SystemFolder}Preferences:Power Mac DebugServices Prefs" if you're using the application nub.
- "{SystemFolder}Preferences:Debugger Nub Preferences" if you're using the serial nub.
-
- 4. Reboot the target machine to load the Echo ndcd.
-